math/big.nat.shr (method)
12 uses
math/big (current package)
decimal.go#L72: m = nat(nil).shr(m, s)
float.go#L1119: z.abs = z.abs.shr(x.mant, allBits-exp)
ftoa.go#L193: mant = mant.shr(mant, uint(+s))
ftoa.go#L334: m = nat(nil).shr(m, uint(w-x.prec))
ftoa.go#L385: m = nat(nil).shr(m, w-n)
int.go#L1122: t = t.shr(t, n)
int.go#L1128: z.abs = z.abs.shr(x.abs, n)
nat.go#L739: func (z nat) shr(x nat, s uint) nat {
nat.go#L1074: m2 := nat(nil).shr(m, n)
nat.go#L1385: z2 = z2.shr(z2, 1)
prime.go#L90: q := nat(nil).shr(nm1, k)
prime.go#L218: s = s.shr(s, uint(r))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |